Add account to org

Add an account to an organization

Request
path Parameters
orgId
required
string
accountId
required
string
Responses
200

Ok

post/orgs/{orgId}/accounts/{accountId}
Request samples
Response samples
application/json
{
  • "accountId": "newAccountId"
}